Skip to content

Bump the backend-prod group across 2 directories with 3 updates#500

Merged
oharsta merged 1 commit intomainfrom
dependabot/maven/backend-prod-764d438183
Feb 11, 2026
Merged

Bump the backend-prod group across 2 directories with 3 updates#500
oharsta merged 1 commit intomainfrom
dependabot/maven/backend-prod-764d438183

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 11, 2026

Bumps the backend-prod group with 3 updates in the / directory: software.amazon.awssdk:s3, org.apache.httpcomponents.core5:httpcore5 and io.hypersistence:hypersistence-utils-hibernate-63.
Bumps the backend-prod group with 3 updates in the /server directory: software.amazon.awssdk:s3, org.apache.httpcomponents.core5:httpcore5 and io.hypersistence:hypersistence-utils-hibernate-63.

Updates software.amazon.awssdk:s3 from 2.41.24 to 2.41.26

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.1 to 3.15.2

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.15.2 - February 09, 2026

ObjectMapperJsonSerializer.clone thows ClassCastException because the MutableType.deepCopy expects a Serializable argument #836

Improve the non-serializable error message in the ObjectMapperJsonSerializer to indicate the culprit Java class #833

Commits
  • 4347c64 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.2
  • d3e0930 Update changelog for the 3.15.2 release
  • 9367e75 ObjectMapperJsonSerializer.clone throws ClassCastException because the Mutabl...
  • b29abda Improve the non-serializable error message in the ObjectMapperJsonSerializer ...
  • 8432fe4 Replace the Jackson 2 com.fasterxml.jackson.databind from the HibernateTypesC...
  • a3ea0ee Bump version up
  • 25d8821 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates software.amazon.awssdk:s3 from 2.41.24 to 2.41.26

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.1 to 3.15.2

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.15.2 - February 09, 2026

ObjectMapperJsonSerializer.clone thows ClassCastException because the MutableType.deepCopy expects a Serializable argument #836

Improve the non-serializable error message in the ObjectMapperJsonSerializer to indicate the culprit Java class #833

Commits
  • 4347c64 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.2
  • d3e0930 Update changelog for the 3.15.2 release
  • 9367e75 ObjectMapperJsonSerializer.clone throws ClassCastException because the Mutabl...
  • b29abda Improve the non-serializable error message in the ObjectMapperJsonSerializer ...
  • 8432fe4 Replace the Jackson 2 com.fasterxml.jackson.databind from the HibernateTypesC...
  • a3ea0ee Bump version up
  • 25d8821 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates software.amazon.awssdk:s3 from 2.41.24 to 2.41.26

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.1 to 3.15.2

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.15.2 - February 09, 2026

ObjectMapperJsonSerializer.clone thows ClassCastException because the MutableType.deepCopy expects a Serializable argument #836

Improve the non-serializable error message in the ObjectMapperJsonSerializer to indicate the culprit Java class #833

Commits
  • 4347c64 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.2
  • d3e0930 Update changelog for the 3.15.2 release
  • 9367e75 ObjectMapperJsonSerializer.clone throws ClassCastException because the Mutabl...
  • b29abda Improve the non-serializable error message in the ObjectMapperJsonSerializer ...
  • 8432fe4 Replace the Jackson 2 com.fasterxml.jackson.databind from the HibernateTypesC...
  • a3ea0ee Bump version up
  • 25d8821 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates software.amazon.awssdk:s3 from 2.41.24 to 2.41.26

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.1

This maintenance release fixes a latency regression in the async transport caused by TCP_NODELAY failing to be set. Several other bugs have also been fixed affecting connection management, HTTP/2 exception handling and propagation, and so forth.

Change Log

  • Regression: Ensure TCP-specific socket options are set correctly in the async transport. Contributed by Ryan Schmitt

  • Bug fix: Prevent integer overflow in LaxConnPool so that negative numbers are not reported in the thread pool statistics. Contributed by Ryan Schmitt

  • Bug fix: Loop over and close expired connections in LaxConnPool instead of returning them. Contributed by Ryan Schmitt

  • Bug fix: Respect the PoolReusePolicy.FIFO in StrictConnPool. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation in protocol negotiators' exception handling code. Contributed by Oleg Kalnichevski

  • Bug fix: Fix SOCKS handshake to fail on EOF. (#604) Contributed by Arturo Bernal

  • Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream. Contributed by Oleg Kalnichevski

  • Bug fix: Fix race condition in ComplexCancellable. Contributed by Ryan Schmitt

  • Bug fix: In MonitoringResponseOutOfOrderStrategy, always perform a blocking read to check for data. Contributed by Ryan Schmitt

  • Bug fix: Corrected exception propagation to individual H2 streams in case of an unexpected error with the H2 connection. Contributed by Oleg Kalnichevski

  • Regression: Restored SocketSupport and marked it deprecated. Contributed by Oleg Kalnichevski

Commits
  • c728dd8 HttpCore 5.4.1 release
  • b5e2b02 Update release notes for HttpCore 5.4.1 release
  • 17ce37a Ensure TCP-specific socket options are set
  • a33904a LaxConnPool: Prevent integer overflow in getTotalStats()
  • 92dbfea LaxConnPool: Loop over expired connections
  • 0d9d1aa StrictConnPool: Fix FIFO implementation
  • 7230a04 Bug fix: Corrected exception propagation in protocol negotiators exception ha...
  • 2b8615d Fix SOCKS handshake to fail on EOF. (#604)
  • 5d96deb Bug fix: Handle CancelledKeyException thrown by abort method of the H2 stream
  • 15e9de4 ComplexCancellable: Fix race condition
  • Additional commits viewable in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.1 to 3.15.2

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.15.2 - February 09, 2026

ObjectMapperJsonSerializer.clone thows ClassCastException because the MutableType.deepCopy expects a Serializable argument #836

Improve the non-serializable error message in the ObjectMapperJsonSerializer to indicate the culprit Java class #833

Commits
  • 4347c64 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.2
  • d3e0930 Update changelog for the 3.15.2 release
  • 9367e75 ObjectMapperJsonSerializer.clone throws ClassCastException because the Mutabl...
  • b29abda Improve the non-serializable error message in the ObjectMapperJsonSerializer ...
  • 8432fe4 Replace the Jackson 2 com.fasterxml.jackson.databind from the HibernateTypesC...
  • a3ea0ee Bump version up
  • 25d8821 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the backend-prod group with 3 updates in the / directory: software.amazon.awssdk:s3, [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) and [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils).
Bumps the backend-prod group with 3 updates in the /server directory: software.amazon.awssdk:s3, [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) and [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils).


Updates `software.amazon.awssdk:s3` from 2.41.24 to 2.41.26

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.1 to 3.15.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.1...hypersistence-utils-parent-3.15.2)

Updates `software.amazon.awssdk:s3` from 2.41.24 to 2.41.26

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.1 to 3.15.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.1...hypersistence-utils-parent-3.15.2)

Updates `software.amazon.awssdk:s3` from 2.41.24 to 2.41.26

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.1 to 3.15.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.1...hypersistence-utils-parent-3.15.2)

Updates `software.amazon.awssdk:s3` from 2.41.24 to 2.41.26

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4...rel/v5.4.1)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.1 to 3.15.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.1...hypersistence-utils-parent-3.15.2)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.41.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.41.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.41.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.41.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 11, 2026
@oharsta oharsta merged commit df05a29 into main Feb 11, 2026
4 checks passed
@oharsta oharsta deleted the dependabot/maven/backend-prod-764d438183 branch February 11, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant